Skip to content

Commit f3bc8f5

Browse files
committed
prettier.
1 parent 7c2f071 commit f3bc8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webchannel-wrapper/gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
const gulp = require('gulp');
1919
const concat = require('gulp-concat');
20-
const closureBlobsDir = '../../node_modules/closure-net/firebase/'
20+
const closureBlobsDir = '../../node_modules/closure-net/firebase/';
2121

2222
// A task to distribute bloom blobs into 'dist'
2323
gulp.task('distributeBloomBlobs', () => {

0 commit comments

Comments
 (0)