Skip to content

Commit 2bca91f

Browse files
author
Ace Nassri
committed
Add use strict to unify script
1 parent f070977 commit 2bca91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/unify

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
'use strict'
22

33
// Copyright 2016, Google, Inc.
44
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)