swiftformat tweak

This commit is contained in:
Greg Neagle
2024-09-03 14:13:23 -07:00
parent 77a9315dbd
commit cda1d155bf
2 changed files with 9 additions and 1 deletions
@@ -0,0 +1,8 @@
//
// bootstrapping.swift
// munki
//
// Created by Greg Neagle on 9/3/24.
//
import Foundation
+1 -1
View File
@@ -359,7 +359,7 @@ func printConfigPlist() {
plist.append([
"preference": prefName,
"value": reprValue,
"source": level
"source": level,
])
}
print((try? plistToString(plist)) ?? "")