Skip to content

Commit 2e8cb93

Browse files
committed
Fix indent.
1 parent 3b50a53 commit 2e8cb93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import msgpackrpc
1111

1212
class SumServer(object):
1313
def sum(self, x, y):
14-
return x + y
14+
return x + y
1515

1616
server = msgpackrpc.Server(SumServer())
1717
server.listen(msgpackrpc.Address("localhost", 18800))

0 commit comments

Comments
 (0)