Skip to content

Commit f51d2c6

Browse files
sequbabudnix
andauthored
Update src/interpreter/plugin/TextPlugin.ts
Co-authored-by: Krzysztof ‘Budzio’ Budnik <571316+budnix@users.noreply.github.com>
1 parent cc00197 commit f51d2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interpreter/plugin/TextPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import {CellError, ErrorType} from '../../Cell'
77
import {ErrorMessage} from '../../error-message'
8-
import { Maybe } from '../../Maybe'
8+
import {Maybe} from '../../Maybe'
99
import {ProcedureAst} from '../../parser'
1010
import {InterpreterState} from '../InterpreterState'
1111
import {ExtendedNumber, InterpreterValue, isExtendedNumber, RawScalarValue} from '../InterpreterValue'

0 commit comments

Comments
 (0)