Skip to content

Commit fd95696

Browse files
dtinthactions-user
authored andcommitted
Update generated files as of faa6829
1 parent fc0b164 commit fd95696

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-
addition ( a: number, b: number ) {
17+
addition(a: number, b: number) {
1818
return a + b
1919
}
2020
}

0 commit comments

Comments
 (0)