Skip to content

Commit

Permalink
style: EOF fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WannaFight committed Apr 2, 2024
1 parent d25e54f commit e7a012c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
version: v1.57.2

- name: Test
run: go test -v ./...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ For database DSN use somethong like this `DB_DSN=postgres://greenlight:password@
Install golang migrate
```shell
brew install golang-migrate
```
```
2 changes: 1 addition & 1 deletion internal/mailer/templates/user_welcome.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ The Greenlight Team
<p>The Greenlight Team</p>
</body>
</html>
{{end}}
{{end}}

0 comments on commit e7a012c

Please sign in to comment.