Skip to content

Commit

Permalink
undo indent change
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Sep 30, 2024
1 parent b8a74c0 commit 2cc6445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TopoPlots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export GeomExtrapolation, NullExtrapolation
@compile_workload begin
# all calls in this block will be precompiled, regardless of whether
# they belong to your package or not (on Julia 1.8 and higher)
eeg_topoplot(view(data, :, 340, 1); positions)
eeg_topoplot(data[:, 340, 1]; positions)
eeg_topoplot(view(data, :, 340, 1); positions)
eeg_topoplot(data[:, 340, 1]; positions)
end
end

Expand Down

0 comments on commit 2cc6445

Please sign in to comment.