Skip to content

Commit

Permalink
Fix whitespace in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcaine committed Dec 10, 2020
1 parent 1b32062 commit cc53df8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ end
import Mux.WebSockets

@app h = (
Mux.defaults,
page("/", respond("<h1>Hello World!</h1>")),
Mux.notfound());
Mux.defaults,
page("/", respond("<h1>Hello World!</h1>")),
Mux.notfound());

@app w = (
Mux.wdefaults,
route("/ws_io", Mux.echo),
Mux.wclose,
Mux.notfound());
Mux.wdefaults,
route("/ws_io", Mux.echo),
Mux.wclose,
Mux.notfound());

serve(h, w, 2333)

Expand Down

0 comments on commit cc53df8

Please sign in to comment.