Skip to content

Commit 7abe2b5

Browse files
committed
Fixing formatting error
1 parent 959cc11 commit 7abe2b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,5 @@ ModelManifest.xml
244244
# FAKE - F# Make
245245
.fake/
246246
*.migration_in_place_backup
247+
.idea/.idea.WorkflowCore/.idea
248+
riderModule.iml

src/WorkflowCore/Services/WorkflowExecutor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ private bool IsBranchComplete(IEnumerable<ExecutionPointer> pointers, string roo
324324

325325
if (root.EndTime == null)
326326
{
327-
}return false;
327+
return false;
328+
}
328329

329330
var list = pointers.Where(x => x.PredecessorId == rootId).ToList();
330331

0 commit comments

Comments
 (0)