Skip to content

Commit

Permalink
fix(linter): gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
villevsv-upcloud committed Sep 12, 2023
1 parent 1f26221 commit fe91af9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/database/data_source_sessions.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ func dataSourceSessionsRead(ctx context.Context, d *schema.ResourceData, meta in
Offset: offset,
Order: order,
})

if err != nil {
return diag.FromErr(err)
}
Expand Down

0 comments on commit fe91af9

Please sign in to comment.