Skip to content

Commit f2c0abb

Browse files
authored
Do some stuff
This commit is for testing GitHub Actions CI workflow
1 parent fd80551 commit f2c0abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class FreshLibrary {
1414
* @param b - The second number.
1515
* @returns The sum of two numbers.
1616
*/
17-
add(a: number, b: number) {
17+
addition ( a: number, b: number ) {
1818
return a + b
1919
}
2020
}

0 commit comments

Comments
 (0)