Skip to content

Commit 9a9bf3f

Browse files
authored
Merge pull request #107 from masx200/deno-dependency-updates
Update dependencies
2 parents 0e72398 + 8eb2543 commit 9a9bf3f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

valid-perfect-square/index.ixx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module;
33

44
export module leetcode_test.valid_perfect_square.Solution;
55
namespace leetcode_test::valid_perfect_square {
6-
export
7-
class Solution {
6+
export class Solution {
87

98
public:
109
static auto sqrt(int num)
@@ -28,5 +27,5 @@ public:
2827
return x * x == num;
2928
}
3029
};
31-
//export Solution;
30+
// export Solution;
3231
} // namespace leetcode_test::valid_perfect_square

0 commit comments

Comments
 (0)