Skip to content

Commit f94e5c5

Browse files
committed
Add unknown default for released package.
1 parent 01849af commit f94e5c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Shared/Samples/Analyze network with subnetwork trace/AnalyzeNetworkWithSubnetworkTraceView.Model.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ extension AnalyzeNetworkWithSubnetworkTraceView {
347347
return value as! Double
348348
case .boolean:
349349
return value as! Bool
350+
@unknown default:
351+
fatalError("Unexpected utility network attribute data type.")
350352
}
351353
}
352354
}

0 commit comments

Comments
 (0)