diff --git a/handler/handler.go b/handler/handler.go
index 5c8b78769e2001ac6292329350b6b55cd2756753..14e196335310183015bc3454e924dfba21dd13a1 100644
--- a/handler/handler.go
+++ b/handler/handler.go
@@ -123,7 +123,7 @@ func (s *KeyStorageServerImpl) GetKey(ctx context.Context, in *api.GetKeyRequest
 		return getKeyResponse, nil
 	}
 
-		getKeyResponse.Key = key
+	getKeyResponse.Key = key
 
 	return getKeyResponse, nil
 }