Skip to content

Commit e7f8fbe

Browse files
committed
added newline to eof
1 parent 172e47b commit e7f8fbe

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Password Generator/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ <h2>Password Generator</h2>
5555
</body>
5656

5757
</html>
58+

Password Generator/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ function getRandomSymbol() {
7575
const symbols = '!@#$%^&*(){}[]=<>/,.'
7676
return symbols[Math.floor(Math.random() * symbols.length)]
7777
}
78+

Password Generator/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ h2 {
8181
align-items: center;
8282
margin: 15px 0;
8383
}
84+

0 commit comments

Comments
 (0)