Skip to content

Commit cad9c0e

Browse files
committed
Prettier
1 parent e32847f commit cad9c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/context/multiple-contexts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const ThemeContext = React.createContext('light');
33

44
// Signed-in user context
55
const UserContext = React.createContext({
6-
name: 'Guest'
6+
name: 'Guest',
77
});
88

99
class App extends React.Component {

0 commit comments

Comments
 (0)