Skip to content

Commit

Permalink
줄맞춤
Browse files Browse the repository at this point in the history
  • Loading branch information
yurim830 committed Oct 25, 2024
1 parent ae4fd34 commit 7218788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import UIKit

class AllFeedbackViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .systemBackground
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import UIKit

class VersionRecordViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .systemBackground
Expand Down

0 comments on commit 7218788

Please sign in to comment.