Skip to content

Commit 5bb3838

Browse files
committed
Fix bad source formatting
1 parent 3c884a6 commit 5bb3838

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ view2.5d:show-links-xy-plane Title
263263
Updates only the turtle-view or patch-view window with the specified title (if any).
264264
Links are drawn in the xy-plane (instead of the turtle to turtle default).
265265
This option can be selected using the Link Options xy-plane radio Button in the 3D view.
266-
266+
267267

268268
### `view2.5d:show-links-xyz`
269269

@@ -276,7 +276,7 @@ view2.5d:show-links-xyz Title
276276
Updates only the turtle-view or patch-view window with the specified title (if any).
277277
Links are drawn from turtle to turtle (this is the default way links are displayed).
278278
This option can be selected using the Link Options xyz radio Button in the 3D view.
279-
279+
280280

281281
### `view2.5d:get-observer-angles`
282282

src/main/scala/prims/GetObserverFocus.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import org.nlogo.core.{ LogoList, Syntax }
66
import view25d.View25DExtension
77

88
class GetObserverFocus extends Reporter {
9-
override def getSyntax: Syntax = {
9+
override def getSyntax: Syntax = {
1010
Syntax.reporterSyntax(
1111
right = List(Syntax.StringType), ret = Syntax.ListType, agentClassString = "OTPL",
1212
blockAgentClassString = Some("?"))
1313
}
1414

15-
override def report(args: Array[Argument], context: Context): LogoList = {
15+
override def report(args: Array[Argument], context: Context): LogoList = {
1616
val title = args(0).getString
1717

1818
LogoList(

0 commit comments

Comments
 (0)