Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Oct 31, 2023
1 parent 6409fbf commit 97d882b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinks/aws_cloudwatch_logs/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ impl Future for CloudwatchFuture {

info!(message = "Retention policy updated for stream.", name = %self.client.stream_name);

self.state = State::CreateStream(self.client.create_log_stream());
self.state = State::CreateStream(self.client.create_log_stream());
}
}
}
Expand Down

0 comments on commit 97d882b

Please sign in to comment.