Skip to content

Commit fbd90d5

Browse files
committed
fixing formatting
1 parent 267c106 commit fbd90d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/util/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
use num_complex::Complex64;
1414

15-
// A short-hand constructor for Complex64 used in constant and static definitions.
15+
/// A short-hand constructor for Complex64 used in constant and static definitions.
1616
#[inline(always)]
1717
pub const fn c64(re: f64, im: f64) -> Complex64 {
1818
Complex64::new(re, im)

0 commit comments

Comments
 (0)