Skip to content

Commit

Permalink
Use space instead of tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Archie Lee committed Apr 6, 2018
1 parent f0ff14a commit 2a40fcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions __tests__/fixtures/testPage.html
@@ -1,15 +1,15 @@
<html>
<head>
<title>Test Page</title>
<style>
input { color: green; }
a { color: blue; }
</style>
<style>
input { color: green; }
a { color: blue; }
</style>
</head>
<body>
<input type="text" id="input" />
<iframe id="iframe" src="about:blank"></iframe>
<script>
function foo() {function bar() { } console.log(1); } foo(); </script>
<script>
function foo() {function bar() { } console.log(1); } foo(); </script>
</body>
</html>

0 comments on commit 2a40fcb

Please sign in to comment.