Skip to content

Commit

Permalink
fixed some things about ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonelZalegas committed Jul 18, 2024
1 parent aede04a commit 8013d84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.example.stockmarketcheck.mainFeature.data.mapper

import com.example.stockmarketcheck.mainFeature.Domain.model.CompanyListing
import com.example.stockmarketcheck.mainFeature.data.local.CompanyListingEntity
import com.example.stockmarketcheck.mainFeature.domain.model.CompanyListing

fun CompanyListingEntity.toCompanyListing(): CompanyListing {
return CompanyListing(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.stockmarketcheck.mainFeature.Domain.model
package com.example.stockmarketcheck.mainFeature.domain.model

data class CompanyListing(
val name: String,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package com.example.stockmarketcheck.mainFeature.domain.repository

interface StockRepository

0 comments on commit 8013d84

Please sign in to comment.