Skip to content

Commit 82dbeaf

Browse files
committed
change transpose operator
1 parent b0bb07b commit 82dbeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/led_extra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ const JULIA_LOGO = begin
1414
z R R G G P P z;
1515
R r r R P p p P;
1616
R r r R P p p P;
17-
z R R z z P P z]' # transpose to correct orientation
17+
z R R z z P P z] |> transpose # transpose to correct orientation
1818
end

0 commit comments

Comments
 (0)