Skip to content

Commit 162fca5

Browse files
test: Applies swift-format
1 parent 1b9fcf3 commit 162fca5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

WorkflowTestPackage/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(
99
name: "WorkflowTestPackage",
1010
targets: ["WorkflowTestPackage"]
11-
),
11+
)
1212
],
1313
targets: [
1414
// Targets are the basic building blocks of a package, defining a module or a test suite.

WorkflowTestPackage/Tests/WorkflowTestPackageTests/WorkflowTestPackageTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
@testable import WorkflowTestPackage
21
import XCTest
32

3+
@testable import WorkflowTestPackage
4+
45
class WorkflowTestPackageTests: XCTestCase {
56
func testHello() {
67
XCTAssertEqual(WorkflowTest().hello(), "world")

0 commit comments

Comments
 (0)