Skip to content

Commit 50eccb4

Browse files
committed
make fmt
1 parent dfa0ceb commit 50eccb4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tests/ContainerImagesServiceTests/SnapshotStoreTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ struct SnapshotStoreTests {
5151
)
5252

5353
let size = try await snapshotStore.getSnapshotSize(descriptor: descriptor)
54-
54+
5555
#expect(size == 0, "Expected size to be 0 when snapshot doesn't exist, got \(size)")
5656
}
5757

@@ -175,7 +175,6 @@ struct SnapshotStoreTests {
175175
.appendingPathComponent(descriptor.digest.trimmingDigestPrefix, isDirectory: true)
176176
try FileManager.default.createDirectory(at: snapshotDir, withIntermediateDirectories: true)
177177

178-
179178
let size = try await snapshotStore.getSnapshotSize(descriptor: descriptor)
180179

181180
// Empty directory should return 0 or a small overhead value

0 commit comments

Comments
 (0)