Skip to content

Commit 6fee484

Browse files
committed
Fix formatting and license header for block I/O changes
1 parent 14dec0e commit 6fee484

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/Containerization/LinuxBlockIO.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//===----------------------------------------------------------------------===//
2-
// Copyright © 2025-2026 Apple Inc. and the Containerization project authors.
2+
// Copyright © 2026 Apple Inc. and the Containerization project authors.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Tests/ContainerizationTests/LinuxContainerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
import Foundation
1818
import Testing
1919

20-
@testable import Containerization
21-
2220
import struct ContainerizationOCI.ImageConfig
2321

22+
@testable import Containerization
23+
2424
struct LinuxContainerTests {
2525

2626
@Test func processInitFromImageConfigWithAllFields() {

0 commit comments

Comments
 (0)