Skip to content

Commit cae4283

Browse files
committed
style: Update using Cargo fmt
1 parent 765e6fd commit cae4283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extractors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use std::path::PathBuf;
22

33
use anyhow::Result;
4-
use ghastoolkit::codeql::CodeQLExtractor;
54
use ghastoolkit::Repository;
5+
use ghastoolkit::codeql::CodeQLExtractor;
66
use octocrab::models::repos::{Asset, Release};
77

88
async fn fetch_releases(client: &octocrab::Octocrab, repository: &Repository) -> Result<Release> {

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::path::PathBuf;
22

33
use anyhow::{Context, Result};
4-
use ghactions::{group, groupend, ActionTrait, ToolCache};
4+
use ghactions::{ActionTrait, ToolCache, group, groupend};
55
use log::{debug, info};
66

77
mod action;

0 commit comments

Comments
 (0)