Skip to content

Commit 836523c

Browse files
committed
chore: Tidy up
1 parent c05ddfe commit 836523c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Sources/Theming/Theme+Fonts/ThemeFont.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// ThemeFont.swift
3-
// swiftui-theming
3+
// Theming
44
//
55
// Created by Weiß, Alexander on 03.01.25.
66
//

Sources/Theming/ThemeTraits.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// ThemeTraits.swift
3-
// swiftui-theming
3+
// Theming
44
//
55
// Created by Weiß, Alexander on 03.01.25.
66
//

scripts/build-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SCHEME="swiftui-theming" # Remember to change this
2-
DOCC_BUNDLE_PATH="./Sources/Documentation.docc" # Remember to change this
1+
SCHEME="swiftui-theming"
2+
DOCC_BUNDLE_PATH="./Sources/Documentation.docc"
33

44
# Paths used in the script.
55
DERIVED_DATA_DIR=".deriveddata"

0 commit comments

Comments
 (0)