mirror of https://github.com/espruino/BangleApps
chore: rm cmnts at end of some settings/clkinfos
as to not trigger the sanitychecker when it looks to see if the file ends with `)`.pull/3704/head
parent
1e32d090d0
commit
2a959a787b
|
@ -14,4 +14,4 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
}) // must not have a semi-colon!
|
})
|
||||||
|
|
|
@ -24,4 +24,4 @@
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
return ci;
|
return ci;
|
||||||
}) // must not have a semi-colon!
|
})
|
||||||
|
|
|
@ -46,4 +46,4 @@
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
return ci;
|
return ci;
|
||||||
}) // must not have a semi-colon!
|
})
|
||||||
|
|
|
@ -39,4 +39,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})/*(load)/**/
|
})
|
||||||
|
|
Loading…
Reference in New Issue