Skip to content

Commit 1858291

Browse files
authored
format
1 parent 6ef1797 commit 1858291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipo/index.ixx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module;
2+
#include <algorithm>
23
#include <functional>
34
#include <queue>
45
#include <utility>
56
#include <vector>
6-
#include <algorithm>
77
export module leetcode_test.ipo.Solution;
88
using std::less;
99
using std::pair;
1010
using std::priority_queue;
11-
using std::vector;
1211
using std::sort;
12+
using std::vector;
1313
namespace leetcode_test::ipo {
1414
export class Solution {
1515
public:

0 commit comments

Comments
 (0)