Skip to content

Commit

Permalink
sf
Browse files Browse the repository at this point in the history
  • Loading branch information
kimscastle committed Dec 7, 2023
1 parent 2a9370e commit c54e458
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BeaMin-iOS/BeaMin-iOS/TestViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ class TestViewController: UIViewController {
let testChip = ChoiceChipView()

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)




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

0 comments on commit c54e458

Please sign in to comment.