Skip to content

Commit 416ab0f

Browse files
committed
format file
1 parent d8d321f commit 416ab0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/config/flavor.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
package config
22

33
import (
4-
"github.com/go-flutter-desktop/hover/internal/build"
5-
"github.com/go-flutter-desktop/hover/internal/log"
64
"os"
75
"path/filepath"
6+
7+
"github.com/go-flutter-desktop/hover/internal/build"
8+
"github.com/go-flutter-desktop/hover/internal/log"
89
)
910

1011
var hoverYaml string

0 commit comments

Comments
 (0)