Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit a6714e8

Browse files
author
Amir Khorsandi
committed
Remove the extra comma
1 parent 61280d0 commit a6714e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/PagingLayoutSamples/Modules/LayoutDesigner/OptionsCodeGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class OptionsCodeGenerator {
8282
reverse: \(options.reverse ? "true" : "false"),
8383
blurEffectEnabled: \(options.blurEffectEnabled ? "true" : "false"),
8484
maxBlurEffectRadius: \(options.maxBlurEffectRadius.format()),
85-
blurEffectStyle: \(options.blurEffectStyle.generateInitCode()),
85+
blurEffectStyle: \(options.blurEffectStyle.generateInitCode())
8686
)
8787
"""
8888
}

0 commit comments

Comments
 (0)