[libc++] Remove extraneous space in module.modulemap. NFC.

This commit is contained in:
Arthur O'Dwyer 2022-03-01 14:25:09 -05:00
parent a281bdd51b
commit 0444a0e8a9
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ module std [system] {
header "experimental/algorithm"
export *
}
module coroutine {
module coroutine {
requires coroutines
header "experimental/coroutine"
export *