summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-07 19:35:35 +0200
committerThomas White <taw@physics.org>2020-06-07 19:35:35 +0200
commit38115d558d31fbae886fcfada2deb2464d383806 (patch)
treea408e14bf538e3f92574ce3e5b43bfa83e5a6952
parentd0754c97ad7bd3d6d1acc39ce2dfb73db8fb217e (diff)
Fix "flash"
-rw-r--r--guile/nanolight/state.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guile/nanolight/state.scm b/guile/nanolight/state.scm
index 3c4a9df..7752156 100644
--- a/guile/nanolight/state.scm
+++ b/guile/nanolight/state.scm
@@ -181,5 +181,6 @@
(list (make <state-assignment>
#:fixture fix
#:attribute 'intensity
- #:value-func (lambda () square-wave hz))))
+ #:value-func (lambda ()
+ (square-wave hz)))))