Skip to content

Commit

Permalink
Add another dummy variable for test
Browse files Browse the repository at this point in the history
  • Loading branch information
el-hoshino committed Jul 8, 2020
1 parent 519b74a commit e69b766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QuickshaRe/Domain/QRPictureGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ final public class QRPictureGenerator {
public func qrPicture(for text: String) -> Picture {

let dummy = 123
let anotherDummy = 456

let ciGenerator = CIFilter.qrCodeGenerator()
let qrCode = ciGenerator.qrCodeImage(for: text, correctionLevel: "H")!
Expand Down

0 comments on commit e69b766

Please sign in to comment.