Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
...
  • Loading branch information
helje5 committed May 1, 2023
1 parent 180bde0 commit 60e6ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/CodeEditor/UXCodeTextViewRepresentable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CodeEditor
//
// Created by Helge Heß.
// Copyright © 2021 ZeeZide GmbH. All rights reserved.
// Copyright © 2021-2023 ZeeZide GmbH. All rights reserved.
//

import SwiftUI
Expand Down Expand Up @@ -56,15 +56,15 @@ struct UXCodeTextViewRepresentable : UXViewRepresentable {
autoscroll : Bool)
{
self.source = source
self.selection = selection
self.selection = selection
self.fontSize = fontSize
self.language = language
self.themeName = theme
self.flags = flags
self.indentStyle = indentStyle
self.autoPairs = autoPairs
self.inset = inset
self.autoscroll = autoscroll
self.autoscroll = autoscroll
}

private var source : Binding<String>
Expand Down

0 comments on commit 60e6ba6

Please sign in to comment.