Skip to content

Commit 7245b5b

Browse files
authored
Merge pull request #4167 from Khady/patch-1
doc/howdoesitwork: fix indentation
2 parents 993fde1 + 2acf32c commit 7245b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/versioned_docs/version-v2.10/howdoesitwork.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333

3434
"github.com/wailsapp/wails/v2"
3535
"github.com/wailsapp/wails/v2/pkg/options"
36-
"github.com/wailsapp/wails/v2/pkg/options/assetserver"
36+
"github.com/wailsapp/wails/v2/pkg/options/assetserver"
3737
)
3838

3939
//go:embed all:frontend/dist
@@ -150,7 +150,7 @@ import (
150150

151151
"github.com/wailsapp/wails/v2"
152152
"github.com/wailsapp/wails/v2/pkg/options"
153-
"github.com/wailsapp/wails/v2/pkg/options/assetserver"
153+
"github.com/wailsapp/wails/v2/pkg/options/assetserver"
154154
)
155155

156156
//go:embed all:frontend/dist

0 commit comments

Comments
 (0)