Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lokae0 committed Jan 27, 2019
1 parent 8485eb7 commit 49b0655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Application/Source/Detail/View/DetailView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DetailView: UIView {
let stackView = UIStackView(arrangedSubviews: [
title,
button,
selectionResult,
selectionResult
])
stackView.axis = .vertical
stackView.alignment = .center
Expand All @@ -27,7 +27,7 @@ class DetailView: UIView {
foodListTitle,
foodList,
foodInfoButton
])
])
stackView.axis = .vertical
stackView.alignment = .center
return stackView
Expand All @@ -37,7 +37,7 @@ class DetailView: UIView {
let stackView = UIStackView(arrangedSubviews: [
selectionStackView,
foodStackView
])
])
stackView.axis = .vertical
stackView.alignment = .center
return stackView
Expand Down

0 comments on commit 49b0655

Please sign in to comment.