Skip to content

Commit 8ae2d84

Browse files
committed
formatting makefile
1 parent 4b98232 commit 8ae2d84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ update_offline :
6262
@echo "Updating plotly.js for Offline Mode"
6363
@echo "------------------"
6464
python -c "import urllib2;\
65-
cdn_url = 'https://cdn.plot.ly/plotly-latest.min.js';\
66-
response = urllib2.urlopen(cdn_url);\
67-
html = response.read();\
68-
f = open('./plotly/offline/plotly.min.js', 'w');\
69-
f.write(html);\
70-
f.close()"
65+
cdn_url = 'https://cdn.plot.ly/plotly-latest.min.js';\
66+
response = urllib2.urlopen(cdn_url);\
67+
html = response.read();\
68+
f = open('./plotly/offline/plotly.min.js', 'w');\
69+
f.write(html);\
70+
f.close()"
7171
@echo "---------------------------------"
7272
@echo "Remember to update the CHANGELOG!"

0 commit comments

Comments
 (0)