Skip to content

Commit

Permalink
Update TestViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kimscastle committed Dec 7, 2023
1 parent 5d6fb37 commit 26f6ef5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BeaMin-iOS/BeaMin-iOS/TestViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class TestViewController: UIViewController {

Check warning on line 17 in BeaMin-iOS/BeaMin-iOS/TestViewController.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
var intArray = [1,2,3,4]

Check warning on line 18 in BeaMin-iOS/BeaMin-iOS/TestViewController.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Comma Spacing Violation: There should be no space before and one after any comma. (comma)

Check warning on line 18 in BeaMin-iOS/BeaMin-iOS/TestViewController.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Comma Spacing Violation: There should be no space before and one after any comma. (comma)

Check warning on line 18 in BeaMin-iOS/BeaMin-iOS/TestViewController.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Comma Spacing Violation: There should be no space before and one after any comma. (comma)

Check warning on line 19 in BeaMin-iOS/BeaMin-iOS/TestViewController.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)


let sfsf: UILabel = {
let label = UILabel()
label.text = "테스트 텍스트입니다"
Expand Down

0 comments on commit 26f6ef5

Please sign in to comment.