Skip to content

Commit ba6be9a

Browse files
committed
Fix typo
1 parent 5425718 commit ba6be9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/cmd/experiments/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ func main() {
1212
if err != nil {
1313
log.Fatal("Error loading .env file")
1414
}
15-
_ := di.NewContainer("http-sms")
15+
_ = di.NewContainer("http-sms")
1616
}

0 commit comments

Comments
 (0)