Skip to content

Commit

Permalink
fmt (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Jun 17, 2023
1 parent 473bb3d commit b167de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prometheus.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use hyper::service::{make_service_fn, service_fn};
use hyper::{Body, Method, Request, Response, Server, StatusCode};
use log::{error, info, debug};
use log::{debug, error, info};
use phf::phf_map;
use std::collections::HashMap;
use std::fmt;
Expand Down

0 comments on commit b167de5

Please sign in to comment.