Skip to content

Commit b249a9c

Browse files
committed
format correctly
1 parent 29776ec commit b249a9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

orbit/pkg/packaging/windows_eua_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ import (
1111

1212
func TestWindowsWixTemplateEUAToken(t *testing.T) {
1313
baseOpt := Options{
14-
FleetURL: "https://fleet.example.com",
15-
EnrollSecret: "secret",
16-
OrbitChannel: "stable",
14+
FleetURL: "https://fleet.example.com",
15+
EnrollSecret: "secret",
16+
OrbitChannel: "stable",
1717
OsquerydChannel: "stable",
18-
DesktopChannel: "stable",
19-
NativePlatform: "windows",
20-
Architecture: ArchAmd64,
18+
DesktopChannel: "stable",
19+
NativePlatform: "windows",
20+
Architecture: ArchAmd64,
2121
}
2222

2323
t.Run("EUA_TOKEN property and flag included when enabled", func(t *testing.T) {

0 commit comments

Comments
 (0)