Skip to content

Commit 9fe7073

Browse files
committed
Redundant commit
1 parent 6d312f1 commit 9fe7073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Encantus/Storyboards/Base.lproj/Main.storyboard

+1-1
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@
986986
<nil key="highlightedColor"/>
987987
</label>
988988
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="hdU-2y-6CK">
989-
<rect key="frame" x="20" y="30" width="330" height="34"/>
989+
<rect key="frame" x="20" y="30" width="374" height="34"/>
990990
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
991991
<fontDescription key="fontDescription" type="system" pointSize="14"/>
992992
<textInputTraits key="textInputTraits"/>

Encantus/View Controllers/HomeVC.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ extension HomeVC: UICollectionViewDelegate, UICollectionViewDataSource {
205205
if collectionView == categoryCollectionView {
206206
let genres = categories[indexPath.row]
207207
// if genres is selected to all then sort the array to all tracks
208-
if genres == "All"{
208+
if genres == "All" {
209209
sortedTracks = tracks
210210
} else {
211211
// if genres is selected to `any specific value` then sort the array accordingly

0 commit comments

Comments
 (0)