Skip to content

Commit 88fdc18

Browse files
ianpartridgemattcolegate
authored andcommitted
fix: compile warnings (#209)
1 parent bd5832a commit 88fdc18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftMetricsKitura/SwiftMetricsKitura.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public extension SwiftMonitor.EventEmitter {
102102

103103
}
104104

105-
public extension SwiftMonitor {
105+
extension SwiftMonitor {
106106

107107
public func on(_ callback: @escaping httpClosure) {
108108
EventEmitter.subscribe(callback: callback)
@@ -114,7 +114,7 @@ public extension SwiftMonitor {
114114

115115
}
116116

117-
public extension SwiftMetrics {
117+
extension SwiftMetrics {
118118

119119
public func emitData(_ data: HTTPData) {
120120
if let monitor = swiftMon {

0 commit comments

Comments
 (0)