Skip to content

Commit

Permalink
Fix end of file lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sina Kashipazha committed Oct 16, 2023
1 parent 2984d92 commit aec06ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ public interface NetworkDetailsDao extends GenericDao<NetworkDetailVO, Long>, Re
void deleteDetails(long networkId);

void update(long networkId, Map<String, String> details);
}
}

0 comments on commit aec06ab

Please sign in to comment.