Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zoziha committed Jul 25, 2024
1 parent 7343905 commit f90cce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/creational/abstract-factory/abstract_factory_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module abstract_factory_module
implicit none
private

public :: isports_factory_type, erke_type, lining_type, get_sports_factory, erke_shoe_type, erke_shirt_type, &
lining_shoe_type, lining_shirt_type, ishoe_type, ishirt_type
public :: isports_factory_type, erke_type, lining_type, get_sports_factory, erke_shoe_type, &
erke_shirt_type, lining_shoe_type, lining_shirt_type, ishoe_type, ishirt_type

!> Abstract classes
type, abstract :: isports_factory_type
Expand Down

0 comments on commit f90cce8

Please sign in to comment.