Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jul 2, 2024
1 parent d2fb8c1 commit de04d92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ jobs:
with:
check-type: isort
ruff-version-file: deps/lock/x86_64-unknown-linux-gnu/requirements_dev.txt
check-rustfmt:
uses: deargen/workflows/.github/workflows/check-cargo.yml@master
with:
check-type: fmt
working-directory: rust
1 change: 1 addition & 0 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ impl PartialEq for DistCountNode {
pub struct Graph {
pub node: HashSet<u32>,
pub adj: HashMap<u32, HashMap<u32, f64>>,

}

// Implementation of the Graph data structure.
Expand Down

0 comments on commit de04d92

Please sign in to comment.