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

Commit

Permalink
add space before processor
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Jul 24, 2014
1 parent c48f305 commit a9f7093
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 a9f7093

Please sign in to comment.