Skip to content

Commit d8119a0

Browse files
committed
improved indentation
1 parent 52dd8d3 commit d8119a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/downloadBuildStacktrace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const request = require('request');
33

44
const downloadBuildStacktrace = async (url) => {
5-
return new Promise(async (resolve, reject) => {
5+
return new Promise(async (resolve, reject) => {
66
request.get(url).on('data', (data) => {
77
console.log(data.toString());
88
}).on('error', (err) => {

0 commit comments

Comments
 (0)