Skip to content
Snippets Groups Projects
Commit be84ef80 authored by Olgun Cengiz's avatar Olgun Cengiz :drum:
Browse files

indentation fixed

parent 7625e452
No related branches found
No related tags found
2 merge requests!48Master,!4716 refactor deprecated functions
...@@ -123,7 +123,7 @@ func (s *KeyStorageServerImpl) GetKey(ctx context.Context, in *api.GetKeyRequest ...@@ -123,7 +123,7 @@ func (s *KeyStorageServerImpl) GetKey(ctx context.Context, in *api.GetKeyRequest
return getKeyResponse, nil return getKeyResponse, nil
} }
getKeyResponse.Key = key getKeyResponse.Key = key
return getKeyResponse, nil return getKeyResponse, nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment