commit | 26a92be4ba8fa9528eb07b477de75dc90e27a1d7 | [log] [tgz] |
---|---|---|
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | Tue Mar 01 14:25:09 2022 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Mar 01 11:32:11 2022 -0800 |
tree | 450bb8671ba1dec7f56483e0af0b02a0f62f2850 | |
parent | 0617a5e696639d46e3b433ea4230fbcd13325876 [diff] [blame] |
[libc++] Remove extraneous space in module.modulemap. NFC. NOKEYCHECK=True GitOrigin-RevId: 0444a0e8a9042a8dfb429086e5b7da09d4edfd44
diff --git a/include/module.modulemap b/include/module.modulemap index 294abd4..9d196b9 100644 --- a/include/module.modulemap +++ b/include/module.modulemap
@@ -1020,7 +1020,7 @@ header "experimental/algorithm" export * } - module coroutine { + module coroutine { requires coroutines header "experimental/coroutine" export *