Skip to content

Commit

Permalink
fix failing cargo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rennzie committed Sep 15, 2023
1 parent ad54ea2 commit f6132c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/geodesy/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ impl RawGrids {
/// as the grid=<key> parameter in the definition string.
///
/// Supported Grid Types:
///
/// - NTv2 (gsb)
/// - `NTv2` (.gsb)
#[wasm_bindgen]
pub fn add(&mut self, key: &str, data_view: DataView) -> WasmResult<()> {
let mut result = Vec::with_capacity(data_view.byte_length() as usize);
Expand Down

0 comments on commit f6132c1

Please sign in to comment.