Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Feb 6, 2024
1 parent 0fb3acb commit 3408a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/TMDb/TMDbConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public struct TMDbConfiguration {
/// - configuration: A TMDb configuration object.
///
public static func configure(_ configuration: TMDbConfiguration) {
Self.shared = configuration
shared = configuration
}

}
2 changes: 1 addition & 1 deletion Tests/TMDbTests/TMDbConfigurationTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// TMDbTests.swift
// TMDbConfigurationTests.swift
// TMDb
//
// Copyright © 2024 Adam Young.
Expand Down

0 comments on commit 3408a6d

Please sign in to comment.