Skip to content

Commit

Permalink
untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
me committed May 22, 2022
1 parent 8c73b33 commit 6c7457f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ansi.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/junegunn/fzf/src/tui"
)
// this comment is change to trigger build

type ansiOffset struct {
offset [2]int32
color ansiState
Expand Down
2 changes: 1 addition & 1 deletion src/terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ type Terminal struct {
header []string
header0 []string
ansi bool
keepAnsi bool
keepAnsi bool
tabstop int
margin [4]sizeSpec
padding [4]sizeSpec
Expand Down

0 comments on commit 6c7457f

Please sign in to comment.