Skip to content

Commit 02bec57

Browse files
committed
feat: remove leading blank whitespace
1 parent 44788fb commit 02bec57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ControlRoom/Settings UI/ColorPickerView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct ColorPickerView: View {
1414

1515
/// How many decimal places to use for rounding picked colors.
1616
@AppStorage("CRColorPickerAccuracy") var colorPickerAccuracy = 2
17-
17+
1818
var body: some View {
1919
VStack {
2020
Toggle("Uppercase Hex Strings", isOn: $uppercaseHex)

0 commit comments

Comments
 (0)