Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
fix(ci): Run go fmt against changes (#45)
Browse files Browse the repository at this point in the history
**Description:** Missed running go fmt against the changes in #44. Fix
it so CI will pass.

**Testing:** None
  • Loading branch information
rtkaheller authored Aug 25, 2021
1 parent 6e08761 commit 3b7283a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/bmx/bmx_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package main

import (

"github.com/rtkwlf/bmx/config"
"github.com/rtkwlf/bmx/console"
)
Expand Down

0 comments on commit 3b7283a

Please sign in to comment.