Skip to content

Commit

Permalink
Tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
btmills committed Dec 11, 2016
1 parent edea89a commit 5b5f4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/index.jsx
Expand Up @@ -6,9 +6,9 @@ import BasicExample from './basic-example';
import BubblesExample from './bubbles-example';
import ChoroplethExample from './choropleth-example';
import ProjectionsGraticulesExample from './projections-graticules-example.jsx';
import ResponsiveExample from './responsive-example';
import StateLabelsExample from './state-labels-example';
import ZoomExample from './zoom-example';
import ResponsiveExample from './responsive-example';

class App extends React.Component {

Expand Down
2 changes: 1 addition & 1 deletion examples/responsive-example.jsx
Expand Up @@ -72,7 +72,7 @@ export default class ResponsiveExample extends React.Component {
borderWidth: 1,
borderColor: '#ABCDEF'
}}
/>
/>
</Example>
);
}
Expand Down

0 comments on commit 5b5f4b7

Please sign in to comment.