mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 16:57:32 -04:00
remove accidental indent change
This commit is contained in:
parent
eb69ee6539
commit
b82f40a5bd
@ -57,7 +57,7 @@ class Manual extends GuiScreen with traits.Window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def refreshPage(): Unit = {
|
def refreshPage(): Unit = {
|
||||||
val content = Option(api.Manual.contentFor(ManualAPI.history.top.path)).
|
val content = Option(api.Manual.contentFor(ManualAPI.history.top.path)).
|
||||||
getOrElse(asJavaIterable(Iterable("Document not found: " + ManualAPI.history.top.path)))
|
getOrElse(asJavaIterable(Iterable("Document not found: " + ManualAPI.history.top.path)))
|
||||||
document = Document.parse(content)
|
document = Document.parse(content)
|
||||||
documentHeight = Document.height(document, documentMaxWidth, fontRendererObj)
|
documentHeight = Document.height(document, documentMaxWidth, fontRendererObj)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user