Skip to content

Instantly share code, notes, and snippets.

@nchapman
Created April 7, 2014 22:33
Show Gist options
  • Save nchapman/10069396 to your computer and use it in GitHub Desktop.
Save nchapman/10069396 to your computer and use it in GitHub Desktop.
Warning: Running "jscs:src" (jscs) task
Line must be at most 160 characters at app/tests/spec/lib/fxa-client.js :
409 | var publicKey = {
410 | algorithm: 'RS',
411 | n: '4759385967235610503571494339196749614544606692567785790953934768202714280652973091341316862993582789079872007974809511698859885077002492642203267408776123',
--------^
412 | e: '65537'
413 | };
>> 1 code style errors found!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment