Skip to content

Commit eebcb4a

Browse files
docs(LinguoToken): styling
1 parent 4c38d93 commit eebcb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/standard/arbitration/LinguoToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ contract LinguoToken is Arbitrable {
355355
task.disputeID = arbitrator.createDispute.value(arbitrationCost)(2, arbitratorExtraData);
356356
disputeIDtoTaskID[task.disputeID] = _taskID;
357357
task.rounds.length++;
358-
//We don't change sumDeposit because adding challenger's deposit while subtracting arbitration fee will give 0 as a result.
358+
// We don't change sumDeposit because adding challenger's deposit while subtracting arbitration fee will give 0 as a result.
359359

360360
uint remainder = msg.value - arbitrationCost;
361361
msg.sender.send(remainder);

0 commit comments

Comments
 (0)