Skip to content

Commit

Permalink
tab to 4spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Apr 17, 2019
1 parent 0e108db commit 9f6c23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/common/assets/scripts/script1.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using LinearAlgebra # HIDE
using Random:seed! # HIDE
seed!(0) # HIDE
# HIDE
# HIDE
x = randn(5)
y = randn(5)

for i in 1:5
println(rpad("*"^i, 10, '-'), round(dot(x, y), digits=1))
println(rpad("*"^i, 10, '-'), round(dot(x, y), digits=1))
end

0 comments on commit 9f6c23a

Please sign in to comment.