Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
fix block-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Flet committed Dec 10, 2015
1 parent f96d509 commit 02bc0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var protobuf = require('protocol-buffers')
var multiline = require('multiline')
var nets = require('nets')

var messages = protobuf(multiline(function () {/*
var messages = protobuf(multiline(function () { /*
message SignedMessage {
optional bytes signature = 1;
required bytes message = 2;
Expand All @@ -21,7 +21,7 @@ message Message {
optional string text = 4;
}
*/}))
*/ }))

module.exports = createSwarm

Expand Down

0 comments on commit 02bc0e1

Please sign in to comment.