Skip to content

Commit 42c61b1

Browse files
committed
Fix formatting
Signed-off-by: Ryan Nett <[email protected]>
1 parent 693e108 commit 42c61b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow-kotlin-parent/tensorflow-core-kotlin-jupyter/src/main/kotlin/org/tensorflow/jupyter/TensorflowKotlinCoreIntegration.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class TensorflowKotlinCoreIntegration : JupyterIntegration() {
3838
render<Operand<*>> { it.asOutput().toString() }
3939
render<Op> { it.op().toString() }
4040

41-
//TODO add a implicit receiver of EagerSession.getDefault() instead
41+
// TODO add a implicit receiver of EagerSession.getDefault() instead
4242
onLoaded { declare("tf" to EagerSession.getDefault().tf) }
4343
}
4444
}

0 commit comments

Comments
 (0)