Skip to content

Commit

Permalink
fix minor indentation (apache#13827)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngseok0001 authored and haohuw committed Jun 23, 2019
1 parent 9a2c548 commit e702166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class NDArraySuite extends FunSuite with BeforeAndAfterAll with Matchers {
assert(arrPower3.shape === Shape(2, 1))
assert(arrPower3.toArray === Array(27f, 3125f))

val arrPower4 = arr ** 2f
val arrPower4 = arr ** 2f
assert(arrPower4.shape === Shape(2, 1))
assert(arrPower4.toArray === Array(9f, 25f))

Expand Down

0 comments on commit e702166

Please sign in to comment.