Skip to content

Commit c5fbd3d

Browse files
committed
Fix formatting
1 parent 2cc1203 commit c5fbd3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/macros.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ macro_rules! randn {
353353
mod tests {
354354
use super::super::array::Array;
355355
use super::super::data::constant;
356+
use super::super::device::set_device;
356357
use super::super::index::index;
357358
use super::super::random::randu;
358-
use super::super::device::set_device;
359359

360360
#[test]
361361
fn dim4_construction() {
@@ -393,6 +393,7 @@ mod tests {
393393
// ANCHOR: seq_view2
394394
let a = randu::<f32>(dim4!(5, 5));
395395
let _sub = view!(a[1:3:1, 1:1:0]); // 1:1:0 means all elements along axis
396+
396397
// ANCHOR_END: seq_view2
397398
}
398399

0 commit comments

Comments
 (0)