Skip to content

Commit 4a9b685

Browse files
committed
Cargo fmt
1 parent fcaf557 commit 4a9b685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! let x = model.add(var().binary().obj(1.0));
1212
//! let y = model.add(var().binary().obj(2.0));
1313
//! model.add(cons().coef(&x, 1.0).coef(&y, 1.0).eq(1.0));
14-
//!
14+
//!
1515
//! let solve = model.solve();
1616
//! assert_eq!(solve.status(), Status::Optimal);
1717
//! assert_eq!(solve.obj_val(), 1.0);

0 commit comments

Comments
 (0)