Skip to content

Commit

Permalink
Fix a lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Aug 30, 2018
1 parent 9c30e87 commit 1cbc1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StencilSwiftKit/Filters+Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ extension Filters.Strings {
/// - Throws: FilterError.invalidInputType if the value parameter isn't a string
static func dirname(_ value: Any?) throws -> Any? {
let string = try Filters.parseString(from: value)

#if os(Linux)
// `NSString.standardizingPath` crashes on Linux. Bug reference:
// https://github.com/apple/swift-corelibs-foundation/pull/1536
Expand Down

0 comments on commit 1cbc1b2

Please sign in to comment.