Skip to content

Commit

Permalink
Swift lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlaubischlump committed Nov 28, 2022
1 parent 646f239 commit 9bff3fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension UserDefaults {
}
}

struct DonateInfo : Codable {
struct DonateInfo: Codable {
var supporter: Int
var donations: Double
var donationTarget: Double
Expand Down
18 changes: 9 additions & 9 deletions LocationSimulator/Storyboard/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1687,12 +1687,12 @@
<toolbarItem implicitItemIdentifier="05896384-9377-47D8-8616-24434D2F77DB" explicitItemIdentifier="moveType" label="" paletteLabel="Move Types" sizingBehavior="auto" autovalidates="NO" id="d4p-ja-QrK">
<nil key="toolTip"/>
<segmentedControl key="view" verticalHuggingPriority="750" id="JrU-V8-kbc">
<rect key="frame" x="0.0" y="14" width="152" height="23"/>
<rect key="frame" x="0.0" y="14" width="136" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<segmentedCell key="cell" borderStyle="border" alignment="left" style="texturedSquare" trackingMode="selectOne" id="Mrg-VI-6Bg">
<font key="font" metaFont="system"/>
<segments>
<segment label="Walk" imageScaling="proportionallyUpOrDown" width="58" selected="YES"/>
<segment label="Walk" imageScaling="proportionallyUpOrDown" width="42" selected="YES"/>
<segment label="Cycle" imageScaling="proportionallyUpOrDown" tag="1"/>
<segment label="Drive" imageScaling="proportionallyUpOrDown"/>
</segments>
Expand Down Expand Up @@ -2749,9 +2749,9 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView borderType="line" autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="10" verticalLineScroll="24" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vrm-tL-iw9">
<rect key="frame" x="20" y="35" width="147" height="250"/>
<rect key="frame" x="20" y="35" width="127" height="250"/>
<clipView key="contentView" id="3ld-57-Iej">
<rect key="frame" x="1" y="1" width="145" height="248"/>
<rect key="frame" x="1" y="1" width="125" height="248"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="24" rowSizeStyle="automatic" viewBased="YES" id="cnR-eo-JKu">
Expand Down Expand Up @@ -2805,7 +2805,7 @@
</subviews>
</clipView>
<scroller key="horizontalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="C3E-8o-9An">
<rect key="frame" x="1" y="233" width="145" height="16"/>
<rect key="frame" x="1" y="233" width="125" height="16"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="cLO-Jm-K3v">
Expand All @@ -2814,7 +2814,7 @@
</scroller>
</scrollView>
<segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2rS-KZ-F6L">
<rect key="frame" x="20" y="283" width="127" height="23"/>
<rect key="frame" x="20" y="283" width="107" height="23"/>
<segmentedCell key="cell" borderStyle="border" alignment="left" style="smallSquare" trackingMode="selectOne" id="bBe-oX-oAl">
<font key="font" metaFont="system"/>
<segments>
Expand Down Expand Up @@ -2845,7 +2845,7 @@
</connections>
</segmentedControl>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BHm-g2-ImW">
<rect key="frame" x="18" y="404" width="129" height="18"/>
<rect key="frame" x="18" y="404" width="109" height="18"/>
<buttonCell key="cell" type="check" title="Custom DeveloperDiskImagePath" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="WMO-1M-pcy">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
Expand All @@ -2858,7 +2858,7 @@
</connections>
</button>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="phO-ig-4IY">
<rect key="frame" x="18" y="330" width="131" height="32"/>
<rect key="frame" x="18" y="330" width="111" height="32"/>
<textFieldCell key="cell" selectable="YES" enabled="NO" title="Image and signature path." id="ZJ5-bb-28Y">
<font key="font" metaFont="system"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
Expand All @@ -2885,7 +2885,7 @@
</connections>
</button>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A0t-cb-vDt">
<rect key="frame" x="66" y="370" width="81" height="25"/>
<rect key="frame" x="66" y="370" width="61" height="25"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="border" drawsBackground="YES" id="Qge-O6-1Wz">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit 9bff3fe

Please sign in to comment.