When calling GuiLine with an empty text, it generates a space on the line. ``` raygui.GuiLine(raylib.Rectangle{ .x = 20, .y = 60, .width = 300, .height = 40 }, ""); ``` 
When calling GuiLine with an empty text, it generates a space on the line.