Skip to content

Commit

Permalink
Keep terminal check naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Aug 5, 2018
1 parent eed1c0f commit da39da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terminal_check_appengine.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build appengine js
// +build appengine

package logrus

Expand Down
2 changes: 1 addition & 1 deletion text_formatter_js.go → terminal_check_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import (
"io"
)

func (f *TextFormatter) checkIfTerminal(w io.Writer) bool {
func checkIfTerminal(w io.Writer) bool {
return false
}

0 comments on commit da39da2

Please sign in to comment.