Skip to content

Commit

Permalink
Fixing some fmt issues (just running gofmt -w .)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasmannem committed Feb 18, 2022
1 parent 0d2d28b commit 56fa48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/timer/timer_fallback.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !linux
// +build !linux

package timer
Expand Down
1 change: 1 addition & 0 deletions internal/timer/timer_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build linux
// +build linux

package timer
Expand Down

0 comments on commit 56fa48d

Please sign in to comment.