Skip to content

Commit

Permalink
fix: don't allow extra new line to be added when service is injected
Browse files Browse the repository at this point in the history
  • Loading branch information
mukezhz committed Jan 8, 2024
1 parent 7a08c87 commit e241771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/wesionary/project/pkg/services/module.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import (
// Module exports services present
var Module = fx.Module(
"services",
fx.Options(),
fx.Options(
),
)

0 comments on commit e241771

Please sign in to comment.