Skip to content

Commit 2d80cfc

Browse files
fix lint
1 parent 8ee8989 commit 2d80cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/out/out.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var (
6666

6767
// MaxLogEntries controls the number of log entries to show for each source
6868
const (
69-
MaxLogEntries = 3
69+
MaxLogEntries = 3
7070
)
7171

7272
// fdWriter is the subset of file.File that implements io.Writer and Fd()

0 commit comments

Comments
 (0)