Commit 7169008
committed
chore: Fix formatting issue
src/libtmux/server.py:618:89: E501 Line too long (89 > 88)
|
616 | if self.socket_path is not None:
617 | return f"{self.__class__.__name__}(socket_path={self.socket_path})"
618 | return f"{self.__class__.__name__}(socket_path=/tmp/tmux-{os.geteuid()}/default)"
| ^ E501
619 |
620 | #
|
Found 1 error.1 parent 52a0109 commit 7169008
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
619 | 621 | | |
620 | 622 | | |
621 | 623 | | |
| |||
0 commit comments