Skip to content

Commit

Permalink
chore: fixed some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Sep 7, 2023
1 parent 8d5a372 commit a7f608d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class CloudWatchLoggerPluginConfiguration with AWSDebuggable {
/// {@template aws_logging_cloudwatch.logging_constraint}
/// The logging constraint for sending logs to CloudWatch.
/// {@endtemplate}
@JsonSerializable()
class LoggingConstraint with AWSDebuggable {
/// {@macro aws_logging_cloudwatch.logging_constraint}
Expand Down Expand Up @@ -80,9 +79,8 @@ class LoggingConstraint with AWSDebuggable {
String get runtimeTypeName => 'LoggingConstraint';
}

@JsonSerializable()

/// The logging constraint for user specific log level.
@JsonSerializable()
class UserLogLevel {
/// The logging constraint for user specific log level.
const UserLogLevel({
Expand Down

0 comments on commit a7f608d

Please sign in to comment.