Skip to content

Commit ccef59d

Browse files
committed
fmt
1 parent 4d4f99a commit ccef59d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,8 @@ pub struct FetchEventsOptions<'a> {
14521452
/// Time period for stats
14531453
pub stats_period: Option<&'a str>,
14541454
/// Sort order
1455-
pub sort: Option<&'a str>,}
1455+
pub sort: Option<&'a str>,
1456+
}
14561457

14571458
impl<'a> FetchEventsOptions<'a> {
14581459
/// Generate query parameters as a vector of strings
@@ -1703,7 +1704,6 @@ impl ApiRequest {
17031704
pipeline_env: Option<String>,
17041705
global_headers: Option<Vec<String>>,
17051706
) -> ApiResult<Self> {
1706-
17071707
let mut headers = curl::easy::List::new();
17081708
headers.append("Expect:").ok();
17091709

0 commit comments

Comments
 (0)