Skip to content

Commit

Permalink
💅 space 👮
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Nov 20, 2016
1 parent e14b3ed commit 101f64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/dependencyToIncidenceTransformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function addIncidences(pDependencyList) {
source: pDependency.source,
incidences: pDependencyList.map(pDependencyListEntry => {
return {
incidence:determineIncidenceType(pDependencyListEntry)(pDependency),
incidence: determineIncidenceType(pDependencyListEntry)(pDependency),
to: pDependencyListEntry.source
};
})
Expand Down

0 comments on commit 101f64f

Please sign in to comment.