Skip to content

Commit 7613d97

Browse files
committed
Fixing some formatting
1 parent 13e6f70 commit 7613d97

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/while_loop.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ use tensorflow_sys as tf;
1414
#[cfg(feature = "tensorflow_runtime_linking")]
1515
use tensorflow_sys_runtime as tf;
1616

17-
1817
// This exists purely to ensure TF_AbortWhile gets called properly, even on panic.
1918
#[derive(Debug)]
2019
struct CWhileParams {

tensorflow-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ include!("c_api.rs");
1010

1111
pub use crate::TF_AttrType::*;
1212
pub use crate::TF_Code::*;
13-
pub use crate::TF_DataType::*;
13+
pub use crate::TF_DataType::*;

0 commit comments

Comments
 (0)