[libcxx-commits] [PATCH] D79986: [libcxx][span] trivial whitespace fix to test commit rights

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 15 00:52:32 PDT 2020


miscco created this revision.
Herald added subscribers: libcxx-commits, broadwaylamb.
Herald added a project: libc++.
Herald added a reviewer: libc++.
miscco accepted this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79986

Files:
  libcxx/test/std/containers/views/span.cons/container.fail.cpp


Index: libcxx/test/std/containers/views/span.cons/container.fail.cpp
===================================================================
--- libcxx/test/std/containers/views/span.cons/container.fail.cpp
+++ libcxx/test/std/containers/views/span.cons/container.fail.cpp
@@ -24,7 +24,6 @@
 //   — remove_pointer_t<decltype(data(cont))>(*)[] is convertible to ElementType(*)[].
 //
 
-
 #include <span>
 #include <cassert>
 #include <deque>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79986.264172.patch
Type: text/x-patch
Size: 440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200515/f740a4ab/attachment.bin>


More information about the libcxx-commits mailing list