Skip to content

Commit

Permalink
*: gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Jan 27, 2024
1 parent a6011db commit 4b4b74a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/servers/dataServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func (r *DataServer) ReadAttributes(ctx context.Context, request *v1.AttributeRe
snap := request.GetMetadata().GetSnapToken()
if snap == "" {
st, err := r.dr.HeadSnapshot(ctx, request.GetTenantId())

if err != nil {
return nil, status.Error(GetStatus(err), err.Error())
}
Expand Down

0 comments on commit 4b4b74a

Please sign in to comment.