Skip to content

Commit

Permalink
Fixes "File is not gofmt-ed with -s (gofmt)" (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanadams authored Dec 8, 2021
1 parent 8cf1dd2 commit 20dfd62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drpcdebug/log_disabled.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.

//go:build !debug
// +build !debug

package drpcdebug
Expand Down
1 change: 1 addition & 0 deletions drpcserver/util.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (C) 2021 Storj Labs, Inc.
// See LICENSE for copying information.

//go:build !windows
// +build !windows

package drpcserver
Expand Down

0 comments on commit 20dfd62

Please sign in to comment.