Skip to content

Commit

Permalink
2313 : cut one unshift
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Dec 13, 2023
1 parent 1cb24f0 commit 405c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/Aoc2313.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ var Aoc2313 = () => {
const Renderer = () => {
return A.map((elemA, i) => {
elemA = [
Array(elemA[0].length).fill([" "]),
// Array(elemA[0].length).fill([" "]),
Array(elemA[0].length).fill([" "]),
...(elemA || []),
]
Expand Down

0 comments on commit 405c0ed

Please sign in to comment.