diff options
| author | Fuwn <[email protected]> | 2026-02-26 16:26:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-26 16:26:38 -0800 |
| commit | 8b7f7b938aead6ec285c5c9290f9a4305b96521f (patch) | |
| tree | 3a52bd80d3a0468b3fc96c5b240d02d7b16e8f49 /internal/checkpoint/checkpoint_test.go | |
| parent | feat: Apply Iku formatting (diff) | |
| download | plutia-test-8b7f7b938aead6ec285c5c9290f9a4305b96521f.tar.xz plutia-test-8b7f7b938aead6ec285c5c9290f9a4305b96521f.zip | |
style: align codebase with official Go idioms
Diffstat (limited to 'internal/checkpoint/checkpoint_test.go')
| -rw-r--r-- | internal/checkpoint/checkpoint_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/checkpoint/checkpoint_test.go b/internal/checkpoint/checkpoint_test.go index 156aa9e..fee8dc8 100644 --- a/internal/checkpoint/checkpoint_test.go +++ b/internal/checkpoint/checkpoint_test.go @@ -6,11 +6,11 @@ import ( "crypto/rand" "encoding/base64" "encoding/json" + "github.com/Fuwn/plutia/internal/storage" + "github.com/Fuwn/plutia/internal/types" "os" "path/filepath" "testing" - "github.com/Fuwn/plutia/internal/storage" - "github.com/Fuwn/plutia/internal/types" ) func TestBuildAndStoreCheckpoint(t *testing.T) { |