Skip to content

Commit

Permalink
Use 4-space indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rxwei authored May 17, 2018
1 parent 4f8b5e5 commit b1632cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import TensorFlow
var x = Tensor<Float>([[1, 2], [3, 4]])

for i in 1...5 {
x += x x
x += x x
}

print(x)
Expand Down

0 comments on commit b1632cf

Please sign in to comment.