Skip to content

Commit

Permalink
chore: fix fmt errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bojidar-bg committed Oct 3, 2024
1 parent 666dc27 commit 7167bbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
uses: actions/checkout@v4
- name: Check format
uses: psf/black@stable
options: '--line-length 100 --include Tiltfile --check'
with:
options: '--line-length 100 --include Tiltfile --check'
4 changes: 2 additions & 2 deletions cmd/trustedpods/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@ var podNamespaceCmd = &cobra.Command{
return err
}
configureDeployment(deployment)

ns := pbcon.NamespaceFromTokenParts(common.BytesToAddress(deployment.Payment.PublisherAddress), common.Hash(deployment.Payment.PodID))

_, err = fmt.Fprintln(os.Stdout, ns)

return err
},
}
Expand Down
1 change: 0 additions & 1 deletion cmd/trustedpods/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ var _ = func() error {
registryFlags.AddFlag(fundFlags.Lookup("ethereum-key"))
registryFlags.AddFlag(fundFlags.Lookup("ethereum-rpc"))


return nil
}()

Expand Down

0 comments on commit 7167bbd

Please sign in to comment.