Skip to content

Commit 68732b2

Browse files
committed
chore: add formatting/linting to changes
1 parent 7075419 commit 68732b2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Sources/AwsOpenTelemetryCore/AwsRumConstants.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ import Foundation
2222
* fixed values throughout the AWS OpenTelemetry SDK.
2323
*/
2424
public enum AwsRumConstants {
25-
/// Attribute key for the AWS Region
26-
public static let AWS_REGION = "awsRegion"
27-
28-
/// Attribute key for the RUM App Monitor ID
29-
public static let RUM_APP_MONITOR_ID = "awsRumAppMonitorId"
30-
31-
/// Attribute key for the RUM alias
32-
public static let RUM_ALIAS = "awsRumAlias"
25+
/// Attribute key for the AWS Region
26+
public static let AWS_REGION = "awsRegion"
27+
28+
/// Attribute key for the RUM App Monitor ID
29+
public static let RUM_APP_MONITOR_ID = "awsRumAppMonitorId"
30+
31+
/// Attribute key for the RUM alias
32+
public static let RUM_ALIAS = "awsRumAlias"
3333
}

Sources/AwsOpenTelemetryCore/Configuration/AwsOpenTelemetryConfig.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import Foundation
6666

6767
/// Flag to enable debug logging for SDK integration
6868
public var debug: Bool?
69-
69+
7070
/// Optional alias to add to all requests to compare against the rum:alias
7171
/// in appmonitors with resource based policies
7272
public var alias: String?
@@ -79,7 +79,7 @@ import Foundation
7979
* @param overrideEndpoint Optional endpoint overrides for the RUM service
8080
* @param debug Flag to enable debug logging (defaults to false)
8181
*/
82-
@objc public init(region: String, appMonitorId: String, overrideEndpoint: EndpointOverrides? = nil, debug: Bool = false, alias: String? = nil,) {
82+
@objc public init(region: String, appMonitorId: String, overrideEndpoint: EndpointOverrides? = nil, debug: Bool = false, alias: String? = nil) {
8383
self.region = region
8484
self.appMonitorId = appMonitorId
8585
self.overrideEndpoint = overrideEndpoint

0 commit comments

Comments
 (0)