Skip to content

Commit

Permalink
make rust test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Sep 11, 2024
1 parent 8ee1614 commit 959c99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/survey/bitvector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl<const N: usize> BitVector<N> {
}

mod tests {

use super::BitVector;

#[test]
fn test_bitvector_basic_op() {
Expand Down
1 change: 1 addition & 0 deletions src/js/libs/astro/angle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//=================================
import { Format } from "./coo";

/*
/**
* Creates an angle of the Aladin interactive sky atlas.
* @class
Expand Down

0 comments on commit 959c99f

Please sign in to comment.