Skip to content

Commit 2207f4f

Browse files
authored
style: Run pre-commit-hooks on all files (#5814)
1 parent 1e59a45 commit 2207f4f

File tree

7 files changed

+4
-7
lines changed

7 files changed

+4
-7
lines changed

Samples/watchOS-Swift/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libs
1+
libs

Sources/Sentry/include/SentryAsyncLog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ NS_ASSUME_NONNULL_BEGIN
2121

2222
NS_ASSUME_NONNULL_END
2323

24-
#endif // SentryAsyncLog_h
24+
#endif // SentryAsyncLog_h
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
module SentryInternal {
22
header "SentrySwiftUI.h"
33
}
4-

Tests/SentryTests/Integrations/Performance/CoreData/TestModel.xcdatamodeld/TestModel.xcdatamodel/contents

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
<elements>
88
<element name="TestEntity" positionX="-54" positionY="-9" width="128" height="59"/>
99
</elements>
10-
</model>
10+
</model>

fastlane/Appfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ team_id("97JCY7859U") # Developer Portal Team ID
55

66
# For more information about the Appfile, see:
77
# https://docs.fastlane.tools/advanced/#appfile
8-

scripts/create-cherry-pick-branch.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ git cherry-pick "$commit_hash"
2525
git push origin "$hotfix_branch"
2626

2727
echo "Hotfix branch $hotfix_branch created and pushed successfully."
28-

scripts/generate-classes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ do
8181
}" >> $dsnStorage
8282
done
8383

84-
84+

0 commit comments

Comments
 (0)