You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftFormat/API/Configuration.swift
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -472,17 +472,3 @@ public struct NoAssignmentInExpressionsConfiguration: Codable, Equatable {
472
472
473
473
publicinit(){}
474
474
}
475
-
476
-
fileprivateextensionURL{
477
-
varisRoot:Bool{
478
-
#if os(Windows)
479
-
// FIXME: We should call into Windows' native check to check if this path is a root once https://github.com/swiftlang/swift-foundation/issues/976 is fixed.
// FIXME: We should call into Windows' native check to check if this path is a root once https://github.com/swiftlang/swift-foundation/issues/976 is fixed.
0 commit comments