diff options
author | Daniel Jasper <djasper@google.com> | 2017-03-01 19:47:28 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2017-03-01 19:47:28 +0000 |
commit | 893b8adca2b7bbd25a0e6735cd4f20c3e8087b49 (patch) | |
tree | 01b89f7dc483f5f8d5ae660831258c9afdccb563 /lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py | |
parent | 8932d6489194af95714c8d08c44503465c85d2c2 (diff) | |
download | bcm5719-llvm-893b8adca2b7bbd25a0e6735cd4f20c3e8087b49.tar.gz bcm5719-llvm-893b8adca2b7bbd25a0e6735cd4f20c3e8087b49.zip |
clang-format: [JS] Properly format object literals with shorthands.
Before:
return {
a,
b: 'b', c,
};
After:
return {
a,
b: 'b',
c,
};
llvm-svn: 296664
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py')
0 files changed, 0 insertions, 0 deletions