Skip to content

Commit

Permalink
Fix SwiftLint Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Jul 19, 2023
1 parent fad9a91 commit d2ed6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Spezi/Component/Component.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// note: detailed documentation is provided as an article extension in the DocC bundle
/// A `Component` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
public protocol Component: AnyObject, KnowledgeSource<SpeziAnchor> {
public protocol Component: AnyObject, KnowledgeSource<SpeziAnchor> {
/// The ``Component/configure()-27tt1`` method is called on the initialization of the Spezi instance to perform a lightweight configuration of the component.
///
/// Both ``Component/Dependency`` and ``Component/DynamicDependencies`` are available and configured at this point.
Expand Down

0 comments on commit d2ed6a4

Please sign in to comment.