Skip to content

Commit

Permalink
swiftformat cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Apr 6, 2022
1 parent b3fb5a1 commit 0980fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftVizScale/AnyContinuousScale.swift
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public struct AnyContinuousScale<InputType: ConvertibleWithDouble & NiceValue,
OutputType: ConvertibleWithDouble>: ContinuousScale
{
private let _box: _AnyContinuousScale<InputType, OutputType>

/// Creates a type-erased continuous scale.
/// - Parameter base: The continuous scale to wrap.
public init<WrappedScale: ContinuousScale>(_ base: WrappedScale) where WrappedScale.InputType == InputType, WrappedScale.OutputType == OutputType {
Expand Down

0 comments on commit 0980fbf

Please sign in to comment.