Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
soundvibe committed Jan 22, 2021
1 parent 63d3935 commit f21f851
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dbnode/storage/bootstrap/bootstrapper/fs/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

// Package fs implements file system bootstrapping.
package fs

import (
Expand Down
1 change: 1 addition & 0 deletions src/dbnode/storage/profiler/profiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func (f FileProfiler) StartProfile(name string) (ProfileContext, error) {

type profileType int

// String returns string representation of profile type.
func (p profileType) String() string {
switch p {
case cpuProfile:
Expand Down
1 change: 0 additions & 1 deletion src/dbnode/storage/profiler/profiler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func teardown() error {
}

func TestFileProfile(t *testing.T) {

tests := []struct {
name string
fileNames []string
Expand Down

0 comments on commit f21f851

Please sign in to comment.