Fix codestyle issues

master
Ivan 2 years ago committed by GitHub
parent 5334d8e5e2
commit dc03bb66fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,11 +27,11 @@ windows:
expected := Config{
Session: "test",
Windows: []Window{
Window{
{
Layout: "tiled",
Commands: []string{"echo 1"},
Panes: []Pane{
Pane{
{
Type: "horizontal",
Commands: []string{"echo 2"},
},

@ -279,13 +279,13 @@ func TestPrintCurrentSession(t *testing.T) {
expectedConfig := Config{
Session: "session_name",
Windows: []Window{
Window{
{
Name: "win1",
Root: "root",
Layout: "layout",
Panes: []Pane{
Pane{},
Pane{
{},
{
Root: "/tmp",
},
},

Loading…
Cancel
Save