Skip to content

Commit

Permalink
Fiix lint error only and keep the build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
el-hoshino committed Jul 8, 2020
1 parent f1cd06e commit 519b74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickshaRe/Domain/QRPictureGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final public class QRPictureGenerator {

let context = CIContext()

private let dummy :Int = 123
private let dummy: Int = 123

public func qrPicture(for text: String) -> Picture {

Expand Down

0 comments on commit 519b74a

Please sign in to comment.