aboutsummaryrefslogtreecommitdiff
path: root/internal/state/engine.go
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-26 16:26:38 -0800
committerFuwn <[email protected]>2026-02-26 16:26:38 -0800
commit8b7f7b938aead6ec285c5c9290f9a4305b96521f (patch)
tree3a52bd80d3a0468b3fc96c5b240d02d7b16e8f49 /internal/state/engine.go
parentfeat: Apply Iku formatting (diff)
downloadplutia-test-8b7f7b938aead6ec285c5c9290f9a4305b96521f.tar.xz
plutia-test-8b7f7b938aead6ec285c5c9290f9a4305b96521f.zip
style: align codebase with official Go idioms
Diffstat (limited to 'internal/state/engine.go')
-rw-r--r--internal/state/engine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/state/engine.go b/internal/state/engine.go
index 0f5caad..221b802 100644
--- a/internal/state/engine.go
+++ b/internal/state/engine.go
@@ -3,10 +3,10 @@ package state
import (
"encoding/json"
"fmt"
- "time"
"github.com/Fuwn/plutia/internal/config"
"github.com/Fuwn/plutia/internal/storage"
"github.com/Fuwn/plutia/internal/types"
+ "time"
)
type Engine struct {