Resolve formatting issues (#222)

This commit is contained in:
Max Risuhin 2019-02-16 11:15:40 +02:00 committed by Liam Galvin
parent 82ab02da9b
commit 0ac44844ad
1 changed files with 16 additions and 15 deletions

View File

@ -170,7 +170,8 @@ func TestSixel(t *testing.T) {
runMain(func() {
testFunc := func(term *terminal.Terminal, g *gui.GUI) {
termRef = term; guiRef = g
termRef = term
guiRef = g
sleep()
send(term, "export PS1='> '\n")