Skip to content

Commit

Permalink
fix: add public init
Browse files Browse the repository at this point in the history
  • Loading branch information
gulivero1773 committed Mar 29, 2024
1 parent 85838ef commit d82b24a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/HealthChecks/HealthChecks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ import Vapor

/// Service that provides app health check functionality
public struct HealthChecks {

Check warning on line 29 in Sources/HealthChecks/HealthChecks.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)

Check warning on line 29 in Sources/HealthChecks/HealthChecks.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
/// Initializer for HealthChecks
public init() {}

/// Gets the major version of the provided server version.
///
/// - Parameter serverVersion: The version of the server as a `String`.
Expand Down

0 comments on commit d82b24a

Please sign in to comment.