mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 15:05:00 +00:00
fix indentation
This commit is contained in:
parent
17f1753c1c
commit
d671daaf46
|
@ -207,8 +207,8 @@
|
|||
return;
|
||||
}
|
||||
|
||||
// method(relay_fetch_url)
|
||||
if (env.method == "relay_fetch_url") {
|
||||
// method(relay_fetch_url)
|
||||
if (env.method == "relay_fetch_url") {
|
||||
if (args.length < 1) {
|
||||
this.echo("Please set a URL");
|
||||
return;
|
||||
|
@ -219,7 +219,7 @@
|
|||
});
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// method(relay_mysql_query)
|
||||
if (env.method == "relay_mysql_query") {
|
||||
|
|
Loading…
Reference in New Issue
Block a user