mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Semicolon
This commit is contained in:
parent
ca16d225f8
commit
c90a82094f
2 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ module.exports = {
|
||||||
// No global activity by default
|
// No global activity by default
|
||||||
// If true, this will enable the global activity calendar in the current project
|
// If true, this will enable the global activity calendar in the current project
|
||||||
, global_activity: false
|
, global_activity: false
|
||||||
}
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
Since it's a js file, you can `require` any other modules there.
|
Since it's a js file, you can `require` any other modules there.
|
||||||
|
|
|
@ -151,7 +151,7 @@ module.exports = {
|
||||||
// No global activity by default
|
// No global activity by default
|
||||||
// If true, this will enable the global activity calendar in the current project
|
// If true, this will enable the global activity calendar in the current project
|
||||||
, global_activity: false
|
, global_activity: false
|
||||||
}
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
Since it's a js file, you can `require` any other modules there.
|
Since it's a js file, you can `require` any other modules there.
|
||||||
|
|
Loading…
Reference in a new issue