Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 6, 2023
1 parent 384a46a commit 6f39962
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ async fn main() -> eyre::Result<()> {
let config = settings.try_deserialize::<Config>()?;

if config.service.datadog_enabled {
let datadog_battery = DatadogBattery::new(
None,
Level::DEBUG,
"tx-sitter-monolith",
None,
);
let datadog_battery =
DatadogBattery::new(None, Level::DEBUG, "tx-sitter-monolith", None);

datadog_battery.init()?;
} else {
Expand Down

0 comments on commit 6f39962

Please sign in to comment.