mirror of
https://github.com/munki/munki.git
synced 2026-05-21 21:58:31 -05:00
swiftformat tweak
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// bootstrapping.swift
|
||||
// munki
|
||||
//
|
||||
// Created by Greg Neagle on 9/3/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
@@ -359,7 +359,7 @@ func printConfigPlist() {
|
||||
plist.append([
|
||||
"preference": prefName,
|
||||
"value": reprValue,
|
||||
"source": level
|
||||
"source": level,
|
||||
])
|
||||
}
|
||||
print((try? plistToString(plist)) ?? "")
|
||||
|
||||
Reference in New Issue
Block a user