Skip to content

Commit d376013

Browse files
committed
formatting
1 parent 2e0a42d commit d376013

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bunit.core/Rendering/ComponentDisposedException.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public class ComponentDisposedException : Exception
1717
public ComponentDisposedException(int componentId)
1818
: base($"The component has been removed from the render tree by the renderer and is no longer available for inspection. ComponentId = {componentId}.")
1919
{
20-
2120
}
2221
}
2322
}

0 commit comments

Comments
 (0)