forked from OSchip/llvm-project
[libc++] Remove extraneous space in module.modulemap. NFC.
This commit is contained in:
parent
a281bdd51b
commit
0444a0e8a9
|
@ -1020,7 +1020,7 @@ module std [system] {
|
|||
header "experimental/algorithm"
|
||||
export *
|
||||
}
|
||||
module coroutine {
|
||||
module coroutine {
|
||||
requires coroutines
|
||||
header "experimental/coroutine"
|
||||
export *
|
||||
|
|
Loading…
Reference in New Issue