Merge pull request #115 from stla/removedWhiteSpaces

removed white spaces in constants
This commit is contained in:
Alexandru Dima 2020-10-08 00:22:32 +02:00 committed by GitHub
commit be30e69ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,11 +101,11 @@ export const language = <languages.IMonarchLanguage>{
'TRUE', 'TRUE',
'NA', 'NA',
'Inf', 'Inf',
'NaN ', 'NaN',
'NA_integer_', 'NA_integer_',
'NA_real_', 'NA_real_',
'NA_complex_', 'NA_complex_',
'NA_character_ ', 'NA_character_',
'T', 'T',
'F', 'F',
'LETTERS', 'LETTERS',