Skip to content

Commit

Permalink
swiftlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Mar 13, 2024
1 parent 26291cb commit de7d568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DXFeedFramework/Events/Market/Extra/OrderSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public class OrderSource: IndexedEventSource {
throw ArgumentException.exception("duplicate name \(name)")
}
}

private static func isFullOrderBookFlag(_ pubFlags: Int) -> Bool {
return (pubFlags & OrderSource.fullOrderBook) != 0
}
Expand Down

0 comments on commit de7d568

Please sign in to comment.