Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Aug 12, 2024
1 parent ab28684 commit bffbccd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
git reset --hard
git clean -f
nix develop --command gofmt -l .
nix develop --command test -z $(gofmt -l .)
build_images:
Expand Down
1 change: 0 additions & 1 deletion src/cartservice/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ package consts
const (
KardinalTraceIdHeaderKey = "X-Kardinal-Trace-Id"
)

1 change: 0 additions & 1 deletion src/frontend/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ package consts
const (
KardinalTraceIdHeaderKey = "X-Kardinal-Trace-Id"
)

1 change: 0 additions & 1 deletion src/productcatalogservice/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ package consts
const (
KardinalTraceIdHeaderKey = "X-Kardinal-Trace-Id"
)

0 comments on commit bffbccd

Please sign in to comment.