Skip to content
Commit 8315ea16 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: [TypeScript] Fix bug in handling of non-null operator.

Before:
  var i = x!-1;

After:
  var i = x! - 1;

llvm-svn: 286367
parent 3dc342eb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment