Skip to content

Commit 00dd79e

Browse files
author
Luke Daley
committed
Formatting
1 parent e9ebeb9 commit 00dd79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBTaskExecution/TaskDependencyVerification.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public struct TaskDependencyVerification {
7878

7979
let execResult = try await adapter.exec(ctx: ctx, env: env)
8080

81-
if execResult == .succeeded) {
81+
if execResult == .succeeded {
8282
let traceData = try readAndMaybeMergeTraceFile(
8383
type: T.self,
8484
fs: ctx.executionDelegate.fs,

0 commit comments

Comments
 (0)