Skip to content

Commit

Permalink
fix: go fmt files
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jul 16, 2024
1 parent 4213f06 commit ab31cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controllers/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ func (c *ProjectControllerImpl) DeleteProject(ctx context.Context, cmd DeletePro
return c.store.ReadWriteTx(ctx, func(ctx context.Context, tx ports.ReadWriteTx) error {
return tx.DeleteProject(ctx, &project)
})
}
}

0 comments on commit ab31cd9

Please sign in to comment.