Consistency
This commit is contained in:
parent
ec650b614f
commit
c61d74c22c
1 changed files with 1 additions and 1 deletions
|
|
@ -231,8 +231,8 @@ pub fn format(self: *const Self, w: *std.Io.Writer) std.Io.Writer.Error!void {
|
|||
_ = try w.write("this class:\n");
|
||||
try this_class.format(w, depth, indent + 1, self.constant_pool);
|
||||
|
||||
_ = try w.write("super class:\n");
|
||||
if (self.superClass() catch return error.WriteFailed) |super_class| {
|
||||
_ = try w.write("super class:\n");
|
||||
try super_class.format(w, depth, indent + 1, self.constant_pool);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue