Before:
x = y!in z;
After:
x = y! in z;
Paths
| Differential D40433
clang-format: [JS] space between ! assert and in. ClosedPublic Authored by mprobst on Nov 24 2017, 5:58 AM.
Details Summary Before: x = y!in z; After: x = y! in z;
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 24 2017, 8:37 AM Closed by commit rL318957: clang-format: [JS] space between ! assert and in. (authored by mprobst). · Explain WhyNov 24 2017, 9:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 124218 cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|