Skip to content

Commit

Permalink
Provide explicit types in styler configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnxnguyen committed Oct 4, 2019
1 parent 9949262 commit 7975752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/AST/Styling/Stylers/DownStylerConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
/// A configuration object used to initialze the `DownStyler`.
public struct DownStylerConfiguration {

public var fonts = StaticFontCollection()
public var colors = StaticColorCollection()
public var fonts: FontCollection = StaticFontCollection()
public var colors: ColorCollection = StaticColorCollection()
public var paragraphStyles = ParagraphStyleCollection()

public var listItemOptions = ListItemOptions()
Expand Down

0 comments on commit 7975752

Please sign in to comment.