Skip to content
Commit 69694b06 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: [JS] Fix regex literal detection.

Before:
  var regex = /= / ;

After:
  var regex = /=/;

llvm-svn: 236811
parent 8eb9d1bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment