Skip to content

Commit 60e6ba6

Browse files
committed
Fix indent
...
1 parent 180bde0 commit 60e6ba6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/CodeEditor/UXCodeTextViewRepresentable.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodeEditor
44
//
55
// Created by Helge Heß.
6-
// Copyright © 2021 ZeeZide GmbH. All rights reserved.
6+
// Copyright © 2021-2023 ZeeZide GmbH. All rights reserved.
77
//
88

99
import SwiftUI
@@ -56,15 +56,15 @@ struct UXCodeTextViewRepresentable : UXViewRepresentable {
5656
autoscroll : Bool)
5757
{
5858
self.source = source
59-
self.selection = selection
59+
self.selection = selection
6060
self.fontSize = fontSize
6161
self.language = language
6262
self.themeName = theme
6363
self.flags = flags
6464
self.indentStyle = indentStyle
6565
self.autoPairs = autoPairs
6666
self.inset = inset
67-
self.autoscroll = autoscroll
67+
self.autoscroll = autoscroll
6868
}
6969

7070
private var source : Binding<String>

0 commit comments

Comments
 (0)