We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed4dd6 commit f8d723eCopy full SHA for f8d723e
Sources/DispatchAsync/PackageConstants.swift
@@ -10,6 +10,8 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
+// swiftlint:disable identifier_name
14
package let NSEC_PER_SEC: UInt64 = 1_000_000_000
15
package let NSEC_PER_MSEC: UInt64 = 1_000_000
16
package let NSEC_PER_USEC: UInt64 = 1_000
17
+// swiftlint:enable identifier_name
0 commit comments