Skip to content

Commit 3ccbd49

Browse files
author
giseop.lee
committed
project lint 설정에 맞춰 세미콜론 추가
1 parent 395ab32 commit 3ccbd49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ async function setupData() {
168168

169169
function renderChart(data, labels) {
170170
var ctx = $('#lineChart').getContext('2d');
171-
Chart.defaults.color = '#f5eaea'
172-
Chart.defaults.font.family = 'Exo 2'
171+
Chart.defaults.color = '#f5eaea';
172+
Chart.defaults.font.family = 'Exo 2';
173173
new Chart(ctx, {
174174
type: 'line',
175175
data: {

0 commit comments

Comments
 (0)