Skip to content

Commit

Permalink
swiftlint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Sep 15, 2023
1 parent 46702e5 commit 5dfa824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class DXInstrumentProfileCollector {
let nativeExecutor = try NativeExecutor.createOnConcurrentLinkedQueue()
return try native.setExecutor(nativeExecutor)
}

/// Create executor for processing instrument profile update notifications.
///
/// Based on java ScheduledExecutorService.newScheduledThreadPool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class DXInstrumentProfileConnection {
public func getAddress() -> String {
return native.getAddress()
}

/// Returns update period in milliseconds.
///
/// It is period of an update check when the instrument profiles source does not support live updates
Expand Down

0 comments on commit 5dfa824

Please sign in to comment.