Skip to content

Commit bee5286

Browse files
José AlbertoJosé Alberto
authored andcommitted
Remove unneeded local variable.
1 parent 44f43cd commit bee5286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private async Task<bool> ProcessEvent(string eventName, string message)
178178
}
179179
processed = true;
180180
}
181-
return processed
181+
return processed;
182182
}
183183

184184
private void RemoveDefaultRule()

0 commit comments

Comments
 (0)