Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #374 from TomK/patch-1
Browse files Browse the repository at this point in the history
add space before processor on linux platform
  • Loading branch information
fzaninotto committed Aug 15, 2014
2 parents 4040b41 + a9f7093 commit d7a430c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/UserAgent.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ public static function macPlatformToken()

public static function linuxPlatformToken()
{
return 'X11; Linux' . static::randomElement(static::$linuxProcessor);
return 'X11; Linux ' . static::randomElement(static::$linuxProcessor);
}
}

0 comments on commit d7a430c

Please sign in to comment.