Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit e7bac41

Browse files
authored
chore: gofmt 1.17 (#432)
1 parent 276d2a0 commit e7bac41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/x/xterminal/terminal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !windows
12
// +build !windows
23

34
package xterminal

internal/x/xterminal/terminal_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build windows
12
// +build windows
23

34
package xterminal

0 commit comments

Comments
 (0)