Skip to content

Commit 7eea477

Browse files
committed
remove space
Signed-off-by: Jade Abraham <[email protected]>
1 parent 0f52484 commit 7eea477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/chapel-py/src/method-tables/core-methods.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CLASS_BEGIN(Context)
5555
})
5656
METHOD(Context, _set_module_paths, "Set the module path arguments to the given lists of module paths and filenames, using a potentially different module root",
5757
void(std::string, std::vector<std::string>, std::vector<std::string>),
58-
58+
5959
auto& modRoot = std::get<0>(args);
6060
auto& paths = std::get<1>(args);
6161
auto& filenames = std::get<2>(args);

0 commit comments

Comments
 (0)