Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Herraiz committed Dec 20, 2017
1 parent 9bc10f2 commit d836e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timearray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ convert(x::TimeArray{Bool, 2}) = convert(TimeArray{Float64, 2}, x::TimeArray{Boo
###### copy ###############

copy(ta::TimeArray)::TimeArray =
TimeArray(ta.timestamp, ta.values, ta.colnames, ta.meta)
TimeArray(ta.timestamp, ta.values, ta.colnames, ta.meta)

###### length ###################

Expand Down

0 comments on commit d836e2e

Please sign in to comment.