Skip to content

Commit fd560e0

Browse files
committed
Clean up example code
1 parent 52b836b commit fd560e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

swiftnav/src/signal/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
//! ```rust
2424
//! # use std::str::FromStr;
2525
//! # use swiftnav::signal::{Code, Constellation, GnssSignal};
26-
//!
2726
//! let sid = GnssSignal::new(22, Code::GpsL1ca).unwrap();
2827
//!
2928
//! assert_eq!(sid.to_constellation(), Constellation::Gps);
@@ -33,8 +32,6 @@
3332
//!
3433
//! let code = Code::from_str("BDS3 B1C").unwrap();
3534
//! assert_eq!(code.get_carrier_frequency(), 1575.42e6);
36-
//!
37-
//!
3835
//! ```
3936
mod code;
4037
mod constellation;

0 commit comments

Comments
 (0)