Skip to content

Commit 8453f6c

Browse files
Copilotcyanzhong
andcommitted
Add line break before return on line 59 for consistent code style
Co-authored-by: cyanzhong <6745066+cyanzhong@users.noreply.github.com>
1 parent 7771ffa commit 8453f6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MarkEditMac/Sources/Main/MarkEditWritingTools.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ enum MarkEditWritingTools {
5656
target.method(for: toolSelector),
5757
to: (@convention(c) (NSObject, Selector) -> Int).self
5858
)
59+
5960
return WritingTool(rawValue: impl(target, toolSelector)) ?? .panel
6061
}
6162

0 commit comments

Comments
 (0)