Skip to content

Commit a774fef

Browse files
committed
fix: add line break
1 parent 20c48af commit a774fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contains-duplicate/YJason-K.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ function containsDuplicate(nums: number[]): boolean {
1414
}
1515
}
1616
return false;
17-
};
17+
};

house-robber/YJason-K.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ function rob(nums: number[]): number {
2727
}
2828

2929
return prev1; // 마지막 집까지의 최대 금액 반환
30-
}
30+
}

0 commit comments

Comments
 (0)