mirror of https://github.com/usememos/memos.git
fix(lint): remove trailing blank line from idp_service.go
goimports requires files to end with a single newline. The security commit left an extra blank line when it removed the trailing redactIdentityProviderResponse function. https://claude.ai/code/session_01DVhwUL8RG8HVrcChv5qHdh
This commit is contained in:
parent
f341f8cf40
commit
0bc6716978
|
|
@ -233,4 +233,3 @@ func convertIdentityProviderConfigToStore(identityProviderType v1pb.IdentityProv
|
|||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue